home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom4.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  245 b   |  16 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     HotSpots(10, 17)
  5.     HotSpots(40, 43)
  6.   end if
  7.   if act = 1 then
  8.     if rollOver(45) or rollOver(46) then
  9.       cursor([901, 902])
  10.     else
  11.       cursor(-1)
  12.     end if
  13.     Loopframe()
  14.   end if
  15. end
  16.